home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(betting == false)
- {
- return undefined;
- }
- if(currentBet[0] >= 176)
- {
- return undefined;
- }
- chip25Val++;
- if(chip25Val == 4)
- {
- chip25Val = 0;
- chip100Val++;
- }
- _root.gotoAndStop("start");
- CashAdd(25);
- c++;
- _root.chip25_.duplicateMovieClip("chip" + c,c);
- setProperty("chip" + c, _X, posChipx[random(7)]);
- setProperty("chip" + c, _Y, posChipy[random(6)]);
- }
-